How does the Repository Pattern relate to the Business Logic Layer? [closed]

Posted by Mustafa Dingil on Stack Overflow See other posts from Stack Overflow or by Mustafa Dingil
Published on 2009-01-19T08:20:56Z Indexed on 2010/05/15 15:54 UTC
Read the original article Hit count: 262

Should the Repository Pattern, as used in the context of Domain-driven design (DDD), be implemented within the business logic layer of an application? Or should it be part of the data access layer and just consumed by the business logic layer in turn?

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about object-oriented-design